From c034451239b20dab9153f6805c38dd0ffc920431 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 1 Feb 2001 15:59:04 +0000 Subject: [PATCH] (f90-mode): Remove startup message. --- lisp/progmodes/f90.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 914f5e67305..6dbd0d2c334 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -889,8 +889,8 @@ with no args, if that value is non-nil." (set (make-local-variable 'add-log-current-defun-function) #'f90-current-defun) (run-hooks 'f90-mode-hook) - (if f90-startup-message - (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode)) +;; (if f90-startup-message +;; (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode)) (setq f90-startup-message nil)) ;; inline-functions -- 2.30.2